home *** CD-ROM | disk | FTP | other *** search
- @import "../main.css";
-
- .incomingItem .timeStamp {
- color:#f8b1b1;
- }
-
- .outgoingItem .timeStamp {
- color:#b3cf77;
- }
-
-
- /*############Incoming Bubble########## */
- .incomingItem {
- background:url("../images/redBackground.gif") repeat-y top right;
- }
-
- .incomingItem .bubbleHeading {
- background:url("../images/redCurves.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleHeading div {
- background:url("../images/redCurves.gif") no-repeat top right;
- }
-
- .incomingItem .bubbleIndicator {
- background:url("../images/redIndicator.gif") no-repeat top left;
- }
-
- .incomingItem .bubbleFooting {
- background:url("../images/redCurves.gif") no-repeat bottom left;
- }
-
- .incomingItem .bubbleFooting div {
- background:url("../images/redCurves.gif") no-repeat bottom right;
- }
-
- .incomingItem .response {
- background:url("../images/redBackground.gif") repeat-y top left;
- }
-
- .incomingItem .followUp {
- color:#ffdada;
- background-color:#ffdada;
- border-bottom:1px solid #fff;
- }
-
- /*############Outgoing Bubble########## */
- .outgoingItem {
- background:url("../images/greenBackground.gif") repeat-y top right;
- }
-
- .outgoingItem .bubbleHeading {
- background:url("../images/greenCurves.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleHeading div {
- background:url("../images/greenCurves.gif") no-repeat top right;
- }
-
- .outgoingItem .bubbleIndicator {
- background:url("../images/greenIndicator.gif") no-repeat top left;
- }
-
- .outgoingItem .bubbleFooting {
- background:url("../images/greenCurves.gif") no-repeat bottom left;
- }
-
- .outgoingItem .bubbleFooting div {
- background:url("../images/greenCurves.gif") no-repeat bottom right;
- }
-
- .outgoingItem .response {
- background:url("../images/greenBackground.gif") repeat-y top left;
- }
-
- .outgoingItem .followUp {
- color:#e2efc4;
- background-color:#e2efc4;
- border-bottom:1px solid #fff;
- }
-